home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / mar94 / bt_fig08.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  7KB  |  641x273  |  4-bit (5 colors)
Labels: text | electronics | screenshot | display | software | font | number | web page
OCR: SPEEDEMO :: btnEdit :: mouseClick* method mouseClick(var eventInfo MouseEvent) ; If the form is not in Edit mode change to edit mode and make the button appear depressed by making the Up graphic invisible. if not thisFormF .editing then EditBtnUp.visible = False Active. action (DataBeginEdit) else ; Get out of edit mode and make the Up graphic visible. EditBtnUp.visible = True Active. action (DataEndEdit) endIf endMethod Edit Line: 13 Col: 5